home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / arce120.arc / ARCE120.DOC < prev   
Text File  |  1986-03-19  |  4KB  |  137 lines

  1.  
  2. ARCE Command
  3. ------------
  4.  
  5. Purpose:  To extract files from an ARC archive file.
  6.  
  7. Format:   ARCE  [d:][path]filename.ext  [filespecs...]  [/R]
  8.  
  9. Remarks:  The drive and path names are optional. If omitted, the
  10.           current drive and path name is used.
  11.  
  12.           The filename must be supplied. The extension defaults
  13.           to ARC.
  14.  
  15.           If no filespecs are supplied, all files are extracted.
  16.           Otherwise, only those ARC members which match one of the
  17.           up to 16 filespecs are extracted.
  18.  
  19.           If the file being extracted already exists, you are asked
  20.           whether or not you want to over-write it. You may use the
  21.           /R option to bypass this prompt.
  22.  
  23.  
  24.  
  25. Error Messages:
  26. --------------
  27.  
  28.  'filename - premature EOF reading '
  29.   Data is missing from the archive file. The program is terminated.
  30.  
  31.  
  32.  'filename - unable to set file datestamp'
  33.   The file datestamp is set to the current date and time,
  34.   and the next archive member is processed.
  35.  
  36.  
  37.  'filename - WARNING: file CRC does not match!'
  38.   The extracted member is left on the output disk,
  39.   and the next archive member is processed. The file
  40.   is probably invalid but is left on the disk for
  41.   your examination.
  42.  
  43.  
  44.  'Invalid filespec(s)'
  45.   The filespec syntax is incorrect. The filename part may
  46.   be from 1 to eight characters, and may include the ? or *
  47.   wildcard characters. The extension may be none to three
  48.   characters, and may include wildcards.
  49.   There is a maximum of 16 filespecs allowed.
  50.   The program terminates.
  51.  
  52.  
  53.  'filename - file already exists. Overwrite it? (y/N) '
  54.   The member being extracted already exists. If you are
  55.   using a data path utility, the file may not actually be
  56.   in the subdirectory be used for output. Respond with the
  57.   letter Y to over-write the existing file, or respond with
  58.   the letter N to skip this member and continue to the next.
  59.  
  60.  
  61.  'Abort: Stack overflow'
  62.   The member being extracted has invalid data. The program
  63.   is terminated.
  64.  
  65.  
  66.  'filename - invalid decode tree count'
  67.   The member being extracted has invalid data. The program
  68.   is terminated.
  69.  
  70.  
  71.  'filename - new archive format 7 not yet supported'
  72.   Format 7 is a special file compression method used
  73.   internally by SEA, the authors of ARC. Processing
  74.   continues with the next archive member.
  75.  
  76.  
  77.  'Unable to open archive > arcname'
  78.   The specified ARC archive file was not found, or was
  79.   inaccesible. The program terminates.
  80.  
  81.  
  82.  'CREATE failed > filename'
  83.   There was insufficient directory space, or a failure
  84.   accessing the output disk. The program terminates.
  85.  
  86.  
  87.  'Invalid archive format!'
  88.   The archive file data is invalid. The program terminates.
  89.  
  90.  
  91.  'Incorrect DOS version'
  92.   Version 2.0 or later of PC DOS must be used. The program
  93.   terminates
  94.  
  95.  
  96.  'Not enough memory.'
  97.   A minimum of 112k bytes of memory is required. The program
  98.   terminates
  99.  
  100.  
  101.  'I/O error reading from arcname'
  102.   An incorrectable error occurred attempting to read data
  103.   from the archive file. The program terminates.
  104.  
  105.  
  106.  'I/O error writing or disk full > filename'
  107.   There was not enough disk space to write the complete
  108.   archive member. The partially extracted file is scratched
  109.   and the program terminates.
  110.  
  111.  
  112.  
  113. Examples:
  114. --------
  115.  
  116.           o  Extract all file from TEST.ARC onto the current drive:
  117.  
  118.                 ARCE TEST
  119.  
  120.           o  Extract only file with an extension of .ASM from the
  121.              archive SOURCE.ARC on drive B and in subdirectory SAVE:
  122.  
  123.                 ARCE B:\SAVE\SOURCE *.ASM
  124.  
  125.  
  126. Notice:
  127. ------
  128.           By Vernon D. Buerg, Wayne Chin, and A. Kumar; for the ICM PC
  129.           using DOS 2.0 or later. All rights reserved.
  130.  
  131.                 Vernon D. Buerg
  132.                 456 Lakeshire Drive
  133.                 Daly City, CA  94015
  134.                 CompuServe: 70007,1212
  135.                 RBBS: (415) 994-2944
  136.  
  137.